.btn-animate {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
}
.btn-animate {
    min-width: 11.2rem;
    height: auto;
}
.btn-animate .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3.2rem;
    height: 3.2rem;
    background: linear-gradient(90deg, #ff6820 0%, #e16309 100%);
    border-radius: 2rem;
    text-align: center;
}
.btn-animate .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}
.btn-animate .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 12px;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}
.btn-animate .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
}
.btn-animate .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    font-weight: 600;
    top: -5px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 0;
    margin: 0 0 0 65px;
    color: #ff6820;
    line-height: 2;
    text-transform: uppercase;
    text-align: left;
    width: 100%;
    font-size: 15px;
}
.btn-animate:hover .circle {
    width: 100%;
}
.btn-animate:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
}
.btn-animate:hover .button-text {
    color: #fff;
}
.blog-style-one {
    background: var(--white);
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
}
.bg-gray .blog-style-one {
    box-shadow: 0 5px 3px rgb(3 27 78 / 8%);
}
.blog-style-one .thumb img {
    margin-bottom: 30px;
    border-radius: 5px;
    width: 100%;
}
.blog-style-one .thumb {
    padding: 15px;
    padding-bottom: 0;
    position: relative;
    z-index: 1;
}
.blog-style-one .info {
    padding: 30px;
    padding-top: 0;
}
.blog-style-one h4 {
    font-size: 26px;
    line-height: 1.3;
}
.blog-meta {
    display: block;
    margin-bottom: 15px;
}
.blog-meta ul li {
    position: relative;
    z-index: 1;
    font-size: 15px;
    text-transform: uppercase;
    padding-right: 60px;
    display: flex;
    align-items: center;
    font-weight: 400;
}
.blog-meta ul li,
.blog-meta ul li a {
    color: var(--color-paragraph);
}
.blog-meta ul li:last-child {
    padding-right: 0;
}
.blog-meta ul {
    display: flex;
    align-items: center;
    padding-left: 0rem;
}
.blog-meta ul li::after {
    position: absolute;
    right: 15px;
    top: 50%;
    content: "";
    height: 1px;
    width: 30px;
    background: #232323;
}
.blog-meta ul li:last-child::after {
    display: none;
}
.blog-meta ul li a {
    margin-left: 3px;
    display: inline-block;
    line-height: 1.4;
}
.blog-meta ul li a:hover {
    color: var(--color-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-meta ul li::after {
        display: none;
    }
    .blog-meta ul li {
        padding-right: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .blog-meta ul {
        display: block;
    }
    .blog-meta ul li::after {
        display: none;
    }
    .blog-meta ul li {
        display: inline-block;
        padding-right: 18px;
    }
    .blog-style-one h4 {
        font-size: 22px;
    }
}

.offset-lg-1 {
    margin-left: 8.33333333%;
}

/*! CSS Used from: https://validthemes.net/site-template/tekni/assets/css/font-awesome.min.css */
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.fa-plus:before {
    content: "\f067";
}
.fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.default-padding {
    position: relative;
}
.default-padding {
    padding-top: 40px;
    padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
    .default-padding {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
.title {
    font-weight: 600;
    font-size: 55px;
    margin-bottom: 25px;
}
.sub-title {
    /* font-family: managed globally */
    text-transform: uppercase;
    color: #ff6820;
    font-weight: 500;
    background: linear-gradient(90deg, #f37e06 0%, #e57220 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    position: relative;
    z-index: 1;
    border: 1px solid #cccccc;
    padding: 7px 15px;
    border-radius: 5px;
    font-size: 20px;
}
.left-heading {
    margin-bottom: 40px;
}
.left-heading .row {
    align-items: center;
}
.left-heading h2 {
    margin: 0;
    line-height: 1.1;
    font-size: 40px; /* font-family: managed globally */
    font-weight: 500;
}
.left-heading p {
    margin: 0;
    color: #0e0e0e;
    text-align: justify;
}
@media (max-width: 1023px) {
    .left-heading h2 {
        margin-bottom: 20px;
    }
}
.about-style-four-thumb img {
    border-radius: 10px;
}
.about-style-four-info .about-list-box {
    margin-left: -25%;
    background: #fff;
    padding: 30px;
    padding-top: 0;
    border-bottom-left-radius: 10px;
    position: relative;
    z-index: 1;
    padding-right: 0;
}
.about-style-four-info .about-list-box::before {
    position: absolute;
    left: -25px;
    top: -9px;
    content: "";
    height: 34px;
    width: 16px;
    border-bottom-right-radius: 20px;
    box-shadow: 0 20px 0 0 #fff;
    transform: rotate(-90deg);
}
.about-style-four-info .about-four-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #e7e7e7;
    overflow: hidden;
    border-radius: 10px;
    background: var(--white);
}
.about-style-four-info .about-four-list li {
    padding: 35px;
    border-right: 1px solid #e7e7e7;
}
.about-style-four-info .about-four-list li:last-child {
    border: none;
}
.about-style-four-info .about-four-list li h4 {
    font-size: 20px;
    margin: 0;
    font-weight: 700;
}
.about-style-four-info .about-four-list li img {
    height: 50px;
    margin-bottom: 30px;
}
.about-style-four-info .thumb {
    position: relative;
    z-index: 1;
}
.about-style-four-info .thumb::before {
    position: absolute;
    left: -49px;
    top: -9px;
    content: "";
    height: 34px;
    width: 16px;
    border-bottom-right-radius: 20px;
    box-shadow: 0 20px 0 0 #fff;
    transform: rotate(-90deg);
}
.about-style-four-info .thumb > img {
    border-radius: 10px;
}
.clients-card img {
    height: 50px;
    width: 50px;
}
.clients-card .clients img {
    border-radius: 50%;
    border: 1px solid var(--white);
    margin-left: -20px;
}
.clients-card i {
    display: inline-block;
    height: 50px;
    width: 50px;
    background: linear-gradient(90deg, #ff6820 0%, #e16309 100%);
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-weight: 200;
    margin-left: -25px;
}
.clients-card .clients {
    margin-left: 20px;
    margin-bottom: 15px;
}
.about-style-four-info .clients-card {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    background: #fff;
    padding: 30px;
    border-top-left-radius: 10px;
    padding-bottom: 0;
    padding-right: 0;
}
.about-style-four-info .clients-card::after {
    position: absolute;
    right: 3px;
    top: -35px;
    content: "";
    height: 35px;
    width: 16px;
    border-bottom-right-radius: 20px;
    box-shadow: 0 20px 0 0 #fff;
}
.about-style-four-info .clients-card::before {
    position: absolute;
    left: -17px;
    bottom: 0;
    content: "";
    height: 35px;
    width: 17px;
    border-bottom-right-radius: 20px;
    box-shadow: 0 20px 0 0 #fff;
}
.clients-card h5 {
    text-transform: uppercase;
    margin: 0;
    margin-bottom: -5px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .title {
        font-size: 50px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .title {
        font-size: 45px;
    }
    .about-style-four-info .about-list-box {
        margin-left: -60%;
    }
    .about-style-four-thumb {
        height: 100%;
    }
    .about-style-four-thumb img {
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .about-style-four-info .clients-card {
        right: -3px;
        bottom: -1px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-style-four-info .about-list-box {
        margin: 0;
        padding: 0;
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .about-style-four-info .about-list-box::before,
    .about-style-four-info .about-list-box::after {
        display: none;
    }
    .about-style-four-info .thumb > img {
        width: 100%;
    }
    .about-style-four-info .clients-card {
        right: -3px;
    }
}
@media only screen and (max-width: 767px) {
    .title {
        font-size: 36px;
    }
    .left-heading {
        margin-bottom: 40px;
    }
    .about-style-four-info .about-four-list {
        grid-template-columns: 1fr;
        border: none;
        gap: 30px;
        overflow: inherit;
    }
    .about-style-four-info .about-list-box {
        margin: 0;
        padding: 0;
        margin-top: 30px;
        background: transparent;
    }
    .about-style-four-info .about-four-list li {
        border: 1px solid #e7e7e7;
        border-radius: 10px;
    }
    .about-style-four-info .about-four-list li:last-child {
        border: 1px solid #e7e7e7;
    }
    .about-style-four-info .thumb {
        margin-top: 30px;
    }
    .about-style-four-info .about-list-box::before {
        display: none;
    }
    .about-style-four-info .clients-card {
        right: -1px;
        bottom: -1px;
    }
    .about-style-four-info .clients-card::after {
        right: 0;
    }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    color: #0e0e0e;
}

.blog-style-one a {
    color: #363636; /* font-family: managed globally */
    font-weight: 500;
}
.blog-meta li {
    color: #000 !important;
}
.btn.btn-primary,
.btn.btn-secondary {
    background: linear-gradient(90deg, #ff6820 0%, #e16309 100%);
    /* font-family: managed globally */
    font-weight: 500;
    color: #ffffff;
    font-size: 16px;
    border: none;
    transition: all 0.3s ease;
}

.btn.btn-primary:hover,
.btn.btn-secondary:hover {
    background: #282f34 !important;
    color: #fff !important;
}

.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn.btn-secondary:active,
.btn.btn-secondary:focus {
    background: #000 !important;
    color: #fff !important;
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
}

.testimonial-carousel .owl-item .testimonial-text {
    border-radius: 20px !important;
    text-align: left !important;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: linear-gradient(90deg, #282f34 0%, #e16309 100%);
}

.testimonial-carousel .owl-item.center .testimonial-item img {
    border-color: #ffffff !important;
}

img.img-fluid.rounded-circle.border.border-2.p-2.mx-auto.mb-4 {
    margin-left: 0px !important;
    margin-bottom: 10px !important;
}

.quote {
    position: absolute;
    right: 25px;
}

.quote img {
    height: 30px;
}

.ratin-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid;
    padding-top: 10px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition:
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1;
}
textarea.form-control {
    min-height: calc(1.5em + 0.75rem + 2px);
}

.default-padding-bottom {
    position: relative;
}
.default-padding-bottom {
    padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
    .default-padding-bottom {
        padding-bottom: 50px;
    }
}

.overflow-hidden {
    overflow: hidden;
}
.contact-stye-one {
    position: relative;
}
.shape-animated-arrow {
    position: absolute;
    left: -12%;
    top: 0;
}
.contact-shape {
    position: absolute;
    right: -15%;
    bottom: 0;
    max-width: 30%;
}
.half-shape-top {
    position: relative;
    z-index: 1;
}
.half-shape-top::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 120px;
    width: 100%;
    background: var(--bg-gray);
    z-index: -1;
}
.contact-style-one-info li {
    display: flex;
    margin-top: 30px;
}
.contact-style-one-info li i {
    display: inline-block;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    background: linear-gradient(90deg, #ff901e 0%, #e16309 100%);
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
    margin-right: 20px;
}
.contact-style-one-info li:nth-child(2) i {
    background: linear-gradient(90deg, #ff901e 0%, #e16309 100%);
}
.contact-style-one-info li:nth-child(3) i {
    background: linear-gradient(90deg, #ff901e 0%, #e16309 100%);
}
.contact-style-one-info li p {
    margin: 0;
}
.contact-style-one-info li h5 {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 20px;
}
.contact-style-one-info li a {
    font-weight: 400;
}
.contact-style-one-info h2 {
    /* font-family: managed globally */
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 1;
}
.contact-style-one-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 50px;
}
.contact-form-style-one {
    box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
    padding: 35px 40px;
    border-radius: 10px;
    position: relative;
    background: #fff;
}
.contact-form-style-one input,
.contact-form-style-one textarea {
    margin-bottom: 12px;
    padding: 10px 0;
    border: none;
    background: transparent;
    border-bottom: 2px solid #d6d6d6;
    border-radius: 0;
    font-size: 16px;
}
.contact-form-style-one input:focus,
.contact-form-style-one textarea:focus {
    box-shadow: inherit;
}
.contact-form-style-one textarea {
    min-height: 120px;
}
.contact-form-style-one button {
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
    transition: all 0.35s ease-in-out;
    overflow: hidden;
    border-radius: 6px;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    font-size: 17px;
    letter-spacing: 0;
    position: relative;
    z-index: 1;
    color: var(--white);
    border: none;
    background: var(--color-primary);
    padding: 16px 52px;
}
.contact-form-style-one button::after {
    position: absolute;
    top: inherit;
    right: inherit;
    bottom: inherit;
    left: -5%;
    content: "";
    height: 150px;
    width: 115%;
    z-index: -1;
    background-color: linear-gradient(90deg, #ff6820 0%, #e16309 100%);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-transform: translateY(-45%) skew(25deg) scale(0);
    transform: translateY(-45%) skew(25deg) scale(0);
}
.contact-form-style-one button:hover::after {
    -webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
    transform: translateY(-45%) skew(25deg) scale(1.2);
}
.contact-form-style-one button:hover {
    color: #fff;
}
.alert-notification {
    margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .shape-animated-arrow {
        display: none;
    }
    .contact-style-one-area.half-shape-top::after {
        height: 100%;
        background: transparent;
    }
}

@media only screen and (max-width: 767px) {
    .shape-animated-arrow {
        display: none;
    }
    .contact-style-one-area.half-shape-top::after {
        height: 100%;
    }
    .contact-style-one-area.half-shape-top::after {
        height: 100%;
        background: transparent;
    }
    .contact-shape {
        display: none;
    }
    .contact-form-style-one {
        margin-top: 30px;
        padding: 50px 30px;
    }
}

.contact-form-style-one button:hover {
    color: #fff !important;
    background: linear-gradient(90deg, #ff6820 0%, #e16309 100%);
}

.contact-stye-one .title {
    font-weight: 400;
    font-size: 2em;
    margin-bottom: 4px;
    /* font-family: managed globally */
}

.pt-220 {
    padding-top: 90px;
}
.contact-style-one-info li h5 {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 20px;
}
.contact-style-one-info li a {
    font-weight: 400;
}
.contact-style-one-info li p {
    margin: 0;
}

.h-100.d-inline-flex.align-items-center.py-3.me-4 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    color: #000;
}

.h-100.d-inline-flex.align-items-center.py-3 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    color: #000;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #ff6820;
    background: linear-gradient(90deg, #ff6820 0%, #e16309 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.service .text-primary {
    color: #ff6820 !important;
    font-weight: 500;
    background: linear-gradient(90deg, #ff6820 0%, #e16309 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.service .bg-primary {
    background-color: #ff6820 !important;
    background: linear-gradient(90deg, #ff6820 0%, #e16309 100%);
}

.ser-box {
    padding: 20px 20px 20px 20px;
    overflow: hidden;
    background: #ffffff;
    border-radius: 15px;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 2px;
}

.ser-box .button {
    display: table;
    margin-top: 20px;
    position: relative;
    z-index: 1;
}
.ser-box .button a,
.ser-box .button .devider {
    display: table-cell;
}
.ser-box .button a {
    width: 1%;
    white-space: nowrap;
    padding-right: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #0e0e0e;
}
.ser-box .button .devider {
    border-top: 2px solid #e5e5e5;
    bottom: -14px;
    position: relative;
    z-index: 1;
}
.ser-box .button .devider::after {
    position: absolute;
    left: 0;
    top: -2px;
    content: "";
    height: 2px;
    width: 50%;
    background: #ff6820;
    transition: all 0.35s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.ser-box:hover .button .devider::after {
    opacity: 1;
    visibility: visible;
    width: 100%;
}
.ser-box:hover .button a {
    color: #ff6820 !important;
    font-weight: 700;
    background: linear-gradient(90deg, #ff6820 0%, #e16309 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ser-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.gallery .text-primary {
    color: #ff6820 !important;
    font-weight: 500;
    background: linear-gradient(90deg, #ff6820 0%, #e16309 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.products .text-primary {
    color: #ff6820 !important;
    font-weight: 500;
    background: linear-gradient(90deg, #ff6820 0%, #e16309 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.project-style-two {
    display: flex;
    grid-template-columns: 1fr 1fr;
    background: var(--white);
    align-items: center;
    overflow: hidden;
    border-radius: 10px;
    flex-direction: column;
    width: 100%;
}
.project-style-two .content {
    padding: 20px 20px;
    background-color: #fff;
}
a.btn-arrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.project-style-two .btn-arrow {
    margin-top: 10px;
}
.project-style-two span {
    display: inline-block;
    background: linear-gradient(90deg, #ff6820 0%, #e16309 100%);
    margin-bottom: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 3px 20px;
    padding-top: 5px;
    border-radius: 5px;
    font-size: 15px;
}
.project-style-two .thumb {
    transition: all 0.35s ease-in-out;
    text-align: center;
    height: 230px;
    width: 100%;
}
.project-style-two .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.project-style-two .content {
    transition: all 0.35s ease-in-out;
    width: 100%;
}
.project-style-two h4 {
    line-height: 1.4;
    font-size: 24px;
    margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .project-style-two {
        grid-template-columns: 1fr;
    }
}
@media only screen and (max-width: 767px) {
    .project-style-two {
        grid-template-columns: 1fr;
    }
}

.project-style-two .content a {
    color: #0e0e0e;
    /* font-family: managed globally */
    font-weight: 500;
}

#myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
}

.container-fluid.bg-dark.p-0.mb-5.hersec {
    background-color: #282f3400 !important;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.hersec .header-bg {
    background: unset !important;
}
.header-bg.h-100.d-flex.flex-column.justify-content-center.p-5 {
    background: unset;
}
.container-fluid.bg-dark.p-0.mb-5.hersec .owl-carousel-item {
    height: 600px;
}
.hersec .owl-carousel-item img.img-fluid {
    height: 600px !important;
}

.tilt {
    transition:
        width 2s,
        height 2s,
        transform 2s;
}
.tilt:hover {
    transform: rotate(45deg);
}

.zoom {
    transition: transform 0.8s;
}
.zoom:hover {
    -ms-transform: scale(1.03); /* IE 9 */
    -webkit-transform: scale(1.03); /* Safari 3-8 */
    transform: scale(1.03);
}

.container-xxl.py-5.service {
    background-color: #fafafa;
    max-width: 100%;
}

.container-xxl.py-5.products {
    background-color: #fafafa;
    max-width: 100%;
}

.container-fluid.bg-dark.p-0.mb-5.hersec {
    margin-bottom: 1rem !important;
}

.container-xxl.py-5.client {
    max-width: 100%;
    background-color: #fafafa;
}

.container-fluid.footer.bg-dark.text-light.footer.mt-5.pt-5.wow.fadeIn {
    margin-top: 10px !important;
}

.footer {
    background:
        linear-gradient(rgba(206, 150, 124, 0.9), rgba(24, 14, 3, 0.87)),
        url("../img/21489180.png") center center no-repeat;
    background-size: cover;
}

.sv img.img-fluid.mb-3 {
    width: 72px;
    margin-bottom: 10px !important;
}

.sv span {
    color: #101010;
}

.products p {
    color: #0e0e0e;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

[class^="icon-"] {
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sec-title {
    position: relative;
    display: block;
    margin-top: -5px;
    padding-bottom: 53px;
}
.sec-title__tagline {
    position: relative;
    display: block;
    margin-bottom: 17px;
}
.sec-title__tagline span.left {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 3px;
    background: var(--thm-base);
    margin-right: 10px;
    top: -6px;
}
.sec-title__tagline span.right {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 3px;
    background: var(--thm-base);
    margin-left: 10px;
    top: -6px;
}
.sec-title__tagline h6 {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: var(--thm-font);
}
.sec-title__title {
    font-size: 50px;
    line-height: 1em;
    font-weight: 400;
    text-transform: capitalize;
}
img {
    max-width: 100%;
    height: auto;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.7s;
    transition-property: all;
}
.work-process-one {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 48px 0px 15px;
    counter-reset: count;
    z-index: 1;
}
.work-process-one .shape1 {
    position: absolute;
    top: -50px;
    left: 0;
    bottom: 0;
    right: 0;
    width: 800px;
    height: 800px;
    background-image: -moz-radial-gradient(
        50% 50%,
        circle closest-side,
        rgb(255, 104, 32) 44%,
        rgb(255, 255, 255) 100%
    );
    background-image: -webkit-radial-gradient(
        50% 50%,
        circle closest-side,
        rgb(255, 104, 32) 44%,
        rgb(255, 255, 255) 100%
    );
    background-image: -ms-radial-gradient(
        50% 50%,
        circle closest-side,
        rgb(255, 104, 32) 44%,
        rgb(255, 255, 255) 100%
    );
    opacity: 0.13;
    border-radius: 50%;
    margin: 0 auto;
    z-index: -1;
}
.work-process-one .shape2 {
    position: absolute;
    top: 155px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: -1;
}
.work-process-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.work-process-one__single.mt100 {
    margin-top: 100px;
}
.work-process-one__single.mt50 {
    margin-top: 50px;
}
.work-process-one__single-icon {
    position: relative;
    display: block;
    width: 150px;
    margin: 0 auto 23px;
}
.work-process-one__single-icon .count-box {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    background: linear-gradient(90deg, #ff6820 0%, #e16309 100%);
    color: #ffffff;
    border-radius: 50%;
    font-family: var(--thm-font-2);
    font-weight: 400;
    letter-spacing: -0.02em;
    z-index: 1;
    transition: all 400ms linear;
    transition-delay: 0.1s;
}
.work-process-one__single.style2 .work-process-one__single-icon .count-box {
    position: absolute;
    top: auto;
    left: auto;
    bottom: 0;
    right: 0px;
}
.work-process-one__single:hover .work-process-one__single-icon .count-box {
    background: #ffffff;
    color: var(--thm-base);
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, 0.07);
}
.work-process-one__single-icon .count-box::before {
    top: -35px;
    left: 70px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    border-radius: 50%; /* font-family: managed globally */
    font-weight: 400;
    counter-increment: count;
    content: "0" counter(count);
}
.work-process-one__single-icon .inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 1px solid rgb(255 104 32 / 20%);
    margin: 0 auto;
    z-index: 1;
}
.work-process-one__single-icon .inner::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    background-image: -moz-radial-gradient(
        50% 50%,
        circle closest-side,
        rgb(255, 104, 32) 44%,
        rgb(255, 255, 255) 100%
    );
    background-image: -webkit-radial-gradient(
        50% 50%,
        circle closest-side,
        rgb(255, 104, 32) 44%,
        rgb(255, 255, 255) 100%
    );
    background-image: -ms-radial-gradient(
        50% 50%,
        circle closest-side,
        rgb(255, 104, 32) 44%,
        rgb(255, 255, 255) 100%
    );
    opacity: 0.15;
    content: "";
    z-index: -1;
}
.work-process-one__single-icon .inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ff6820;
    border-radius: 50%;
    transform: scale(0.5);
    opacity: 0;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: -1;
}
.work-process-one__single:hover .work-process-one__single-icon .inner::after {
    transform: scale(1);
    opacity: 1;
}

.work-process-one__single:hover
    .work-process-one__single-icon
    .inner
    span::before {
    color: #ffffff;
}
.work-process-one__single-content {
    position: relative;
    display: block;
}
.work-process-one__single-content h2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: -0.02em;
    margin-bottom: 2px;
}
.work-process-one__single-content h2 a {
    color: #ff6820;
    /* font-family: managed globally */
    transition: all 200ms linear;
    transition-delay: 0.1s;
    font-weight: 500;
    font-size: 20px;
}
.work-process-one__single-content h2 a:hover {
    color: var(--thm-base);
}
.work-process-one__single-content p {
    margin: 0;
    text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .work-process-one .shape2 {
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .work-process-one .shape2 {
        display: none;
    }
    .work-process-one__single.mt100 {
        margin-top: 0px;
    }
    .work-process-one__single.mt50 {
        margin-top: 0px;
    }
}
@media only screen and (max-width: 767px) {
    .sec-title h2 {
        font-size: 35px;
        line-height: 1.2em;
    }
    .sec-title__tagline h6 {
        font-size: 20px;
    }
    .work-process-one .shape2 {
        display: none;
    }
    .work-process-one__single.mt100 {
        margin-top: 0px;
    }
    .work-process-one__single.mt50 {
        margin-top: 0px;
    }
    .work-process-one .shape1 {
        display: none;
    }
    .work-process-one__single-content p {
        font-size: 0.8rem;
    }
}
/*! CSS Used keyframes */
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}


.navbar .navbar-nav .nav-link {
    /* font-family: managed globally */
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
    color: #444444;
}

a.dropdown-item {
    /* font-family: managed globally */
    font-weight: 500;
    color: #444;
    font-size: 18px;
}

.top-header {
    background-color: #282f34 !important;
}
.top-header .h-100.d-inline-flex.align-items-center.py-3.me-4 {
    color: #ffffff;
}
.top-header .h-100.d-inline-flex.align-items-center.py-3 {
    color: #ffffff;
}
.top-header .text-primary {
    color: #ffffff !important;
}
.top-header .text-end .text-primary {
    color: #282f34 !important;
    border-radius: 45px;
}
.top-header .fa.fa-phone-alt.text-primary.me-2 {
    color: #ffffff !important;
}

.work-process-one__single:hover .tilt {
    filter: brightness(100);
}

.work-process-one .container {
    max-width: 1400px;
}

@media (min-width: 1200px) {
    .col-xl-2-4 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.back-to-top {
    border-radius: 45px;
}

h1.display-5.mb-0 {
    /* font-family: managed globally */
    font-weight: 500;
}

.sv h5.mb-3 {
    /* font-family: managed globally */
    font-weight: 500;
    font-size: 24px;
}

.display-5 {
    font-size: 3rem;
    /* font-family: managed globally */
    font-weight: 500;
}

.footer h5.text-light.mb-4 {
    position: relative;
    padding-bottom: 15px;
    /* font-family: managed globally */
    font-weight: 500;
    font-size: 25px;
}
.footer h5.text-light.mb-4::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background: #ff6820;
}

.about1 .text-primary {
    color: #ff6820 !important;
    background: linear-gradient(90deg, #ff901e 0%, #e16309 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
}

body {
    color: #161616;
}
a {
    color: #161616;
}

.testimonial-item:hover .quote {
    transition: 0.5s;
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.footer .btn.btn-social:hover {
    color: #ffffff;
}
.footer .btn.btn-social {
    border-radius: 45px;
}
.footer .copyright {
    padding: 15px 0;
}

div#myDIV {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.hersec h1.display-4.text-light.mb-2.slideInDown {
    font-weight: 500;
    /* font-family: managed globally */
}

.secbg-gray {
    background-color: #fafafa;
}

.features-two__single-content {
    position: relative;
    display: block;
    height: 100%;
}
.features-two__single-content .count-box {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background: #ff6820;
    color: #ffffff;
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
    font-family: var(--thm-font);
    z-index: 2;
    border-radius: 0px 0px 0px 15px;
}
.features-two__single-content .inner {
    position: relative;
    display: block;
    background: #ffffff;
    box-shadow: 0px 0px 40px 0px rgb(138, 141, 146, 0.2);
    padding: 40px 35px 30px;
    height: 100%;
    border-radius: 0px 0px 0px 15px;
}
.features-two__single-content .inner .icon-box {
    position: relative;
    display: block;
}
.features-two__single-content .inner .icon-box span:before {
    position: relative;
    display: inline-block;
    color: var(--thm-primary);
    font-size: 60px;
    transition-delay: 0.1s;
    transition: all 500ms ease;
}
.features-two__single:hover
    .features-two__single-content
    .inner
    .icon-box
    span:before {
    transform: rotateY(180deg);
    transition-delay: 0.1s;
}
.features-two__single-content .inner .content-box {
    position: relative;
    display: block;
}
.features-two__single-content .inner .content-box .title {
    position: relative;
    display: inline-block;
    margin-top: 13px;
    margin-bottom: 6px;
}
.features-two__single-content .inner .content-box .title::before {
    position: absolute;
    right: -40px;
    bottom: 13px;
    width: 30px;
    height: 3px;
    background: #282f34;
    content: "";
}
.features-two__single-content .inner .content-box .title h2 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    text-transform: capitalize;
}
.features-two__single-content .inner .content-box .title h2 a {
    color: #282f34;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.features-two__single-content .inner .content-box .title h2 a:hover {
    color: #ff6820;
}
.features-two__single-content .inner .content-box p {
    margin: 0px;
}
/*! CSS Used from: https://unicktheme.com/gardnma/assets/css/responsive.css */
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .features-two__single-content .inner .content-box p {
        font-size: 15px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .features-two__single-content .inner .content-box .title h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .features-two__single-content .count-box {
        width: 70px;
        height: 70px;
        font-size: 27px;
        line-height: 37px;
    }
    .features-two__single-content .inner .content-box p br {
        display: none;
    }
    .features-two__single-content .inner .content-box p {
        font-size: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .features-two__single-content .inner .content-box .title h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .features-two__single-content .count-box {
        width: 70px;
        height: 70px;
        font-size: 27px;
        line-height: 37px;
    }
    .features-two__single-content .inner .content-box p br {
        display: none;
    }
    .features-two__single-content .inner .content-box p {
        font-size: 15px;
    }
}

.nitrogen {
    padding-bottom: 60px;
    padding-top: 60px;
}
.nitrogen2 {
    padding-bottom: 60px;
    padding-top: 60px;
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.features-two__single-content:hover .tilt {
    transform: rotate(45deg);
}
.features-two__single-content:hover {
    box-shadow: 0px 0px 40px 0px rgb(93 255 0 / 17%);
    border-radius: 0px 0px 0px 15px;
}

.nitrogen2 h2 {
    margin: 0;
    line-height: 1.1;
    font-size: 40px;
    /* font-family: managed globally */
    font-weight: 500;
    color: #fff;
}

.nitrogen2:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(11 61 44 / 92%);
    content: "";
    z-index: -2;
}

.services-three__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -3;
}

/*! CSS Used from: https://unicktheme.com/gardnma/assets/vendors/animate/animate.min.css */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
/*! CSS Used from: https://unicktheme.com/gardnma/assets/vendors/bootstrap/css/bootstrap.min.css */

.footer-one__right-bottom {
    position: relative;
    display: flex;
    align-items: center;
    border-top: 1px solid rgb(255 255 255 / 63%);
    margin-top: 15px;
    padding-top: 15px;
    color: #fff;
}
.footer-one__right-bottom .social-links {
    position: relative;
    display: block;
}
.footer-one__right-bottom .social-links li {
    position: relative;
    display: inline-block;
    margin-right: 11px;
}
.footer-one__right-bottom .social-links li:last-child {
    margin-right: 0;
}
.footer-one__right-bottom .social-links li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    z-index: 1;
}
.footer-one__right-bottom .social-links li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--thm-base);
    border-radius: 0px;
    transform: scale(0.5);
    opacity: 0;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: -1;
}
.footer-one__right-bottom .social-links li a:hover::before {
    transform: scale(1);
    opacity: 1;
}
.footer-one__right-bottom .social-links li a span::before {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 15px;
}
.footer-one__right-bottom-contact {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 15px;
}
.footer-one__right-bottom-contact .icon-box {
    position: relative;
    display: block;
}
.footer-one__right-bottom-contact .icon-box span:before {
    position: relative;
    display: inline-block;
    color: rgba(255, 255, 255, 0.5);
    font-size: 50px;
}
.footer-one__right-bottom-contact .content-box {
    position: relative;
    display: block;
    margin-left: 5px;
}
.footer-one__right-bottom-contact .content-box p {
    margin-bottom: 10px;
    color: rgb(255 255 255);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: var(--thm-font-2);
}
.footer-one__right-bottom-contact .content-box h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    font-family: var(--thm-font);
}
.footer-one__right-bottom-contact .content-box h4 a {
    color: rgb(255 255 255);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.footer-one__right-bottom-contact .content-box h4 a:hover {
    color: #ffffff;
}
/*! CSS Used from: https://unicktheme.com/gardnma/assets/css/responsive.css */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-one__right-bottom {
        display: block;
    }
    .footer-one__right-bottom-contact {
        margin-left: 0px;
        margin-top: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .footer-one__right-bottom {
        display: block;
    }
    .footer-one__right-bottom-contact {
        margin-left: 0px;
        margin-top: 20px;
    }
}
/*! CSS Used keyframes */
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.footer-one__right-bottom.wow.fadeInUp.animated {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.products .card {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 15px;
    box-shadow:
        rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
        rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    transition: 0.3s;
    font-family: "Segoe UI", sans-serif;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.products .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.products .badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: linear-gradient(
        to right,
        rgb(0 136 73) 0%,
        rgb(0 120 70) 44%,
        rgb(84 143 0) 100%
    );
    color: #fff;
    padding: 5px 10px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    z-index: 10;
}
.products .tilt2 {
    overflow: hidden;
}
.products .img {
    height: 200px;
    overflow: hidden;
}
.products .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}
.products .card:hover .img img {
    transform: scale(1.05);
}
.products .info {
    display: flex;
    padding: 15px 12px 15px 16px;
    height: 200px;
    padding-top: 10px;
    flex-wrap: wrap;
    align-content: space-between;
}
.products .cat {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #71717a;
    margin-bottom: 5px;
}
.products .title {
    font-size: 24px;
    font-weight: 500;
    color: #18181b;
    margin: 0 0 10px;
    letter-spacing: -0.5px; /* font-family: managed globally */
}
.products .desc {
    font-size: 16px;
    color: #18181b;
    line-height: 1.4;
    margin-bottom: 12px;
    font-family: "Open Sans", sans-serif;
}
.products .feats {
    display: flex;
    gap: 6px;
    margin-bottom: 15px;
}
.products .feat {
    font-size: 10px;
    background: #f4f4f5;
    color: #71717a;
    padding: 3px 8px;
    border-radius: 10px;
    font-weight: 500;
}
.products .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}
.products .price {
    display: flex;
    flex-direction: column;
}
.products .old {
    font-size: 13px;
    text-decoration: line-through;
    color: #a1a1aa;
    margin-bottom: 2px;
}
.products .new {
    font-size: 20px;
    font-weight: 700;
    color: #18181b;
}
.products .btn {
    background: linear-gradient(90deg, #ff6820 0%, #e16309 100%);
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 8px 15px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: 0.3s;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.products .btn:hover {
    background: linear-gradient(45deg, #27272a, #3f3f46);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.products .btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    transition: 0.5s;
}
.products .btn:hover:before {
    left: 100%;
}
.products .icon {
    transition: transform 0.3s;
}
.products .btn:hover .icon {
    transform: rotate(-10deg) scale(1.1);
}
.products .meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #2e8c21;
    padding-top: 12px;
}
.products .rating {
    display: flex;
    align-items: center;
    gap: 2px;
}
.products .rcount {
    margin-left: 6px;
    font-size: 14px;
    color: #4b4b4b;
}
.products .stock {
    font-size: 16px;
    font-weight: 600;
    color: #0e0e0e;
}
@media (max-width: 400px) {
    .products .card {
        width: 90%;
    }
    .products .title {
        font-size: 16px;
    }
    .products .img {
        height: 180px;
    }
    .products .bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .products .price {
        margin-bottom: 5px;
    }
    .btn {
        width: 100%;
        justify-content: center;
    }
}

.products2 .header-carousel2 .col-lg-3 {
    width: 100%;
    padding-right: 7px;
    padding-left: 7px;
    /*  padding-left: 10px;*/
}

.products2 .owl-stage-outer.owl-height {
    --bs-gutter-x: 0.9rem;
}

.header-carousel2 .owl-nav {
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: 50%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

.header-carousel2 .owl-nav .owl-prev,
.header-carousel2 .owl-nav .owl-next {
    border-radius: 45px;
}
.header-carousel2 .owl-nav .owl-prev,
.header-carousel2 .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(90deg, #ff6820 0%, #e1630975 100%);
    border: 1px solid #fff;
    font-size: 12px;
    transition: 0.5s;
    display: none;
    @media (max-width: 768px) {
        display: flex !important;
    }
}

.header-carousel2 .owl-nav .owl-prev:hover,
.header-carousel2 .owl-nav .owl-next:hover {
    background: #ff6820;
    border-color: #e16309;
}

.header-carousel2 .owl-prev {
    position: relative;
    left: -3%;
}
.header-carousel2 .owl-next {
    position: relative;
    left: 3%;
}

li.wow.fadeInRight.zoom.btn-1:hover {
    background: linear-gradient(90deg, #ff6820 0%, #e16309 100%);
}

.zoom.btn-1:hover h4 {
    color: #fff !important;
}
.zoom.btn-1:hover .tilt {
    transform: rotate(45deg);
    filter: brightness(100);
}

.wixui-rich-text__text::marker {
    color: #268b29;
}

.single-box {
    position: relative;
    display: block;
}
.single-box ul {
    position: relative;
    display: block;
    padding-left: 10px;
}
.single-box ul li {
    position: relative;
    display: block;
    margin-bottom: 16px;
}
.single-box ul li h4 {
    /* font-family: managed globally */
    color: #282f34;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
}

.about-three__content-text2 .single-box ul li {
    margin-bottom: 8px;
}

.frdfg .wixui-rich-text__text {
    font-size: 18px !important;
    margin-bottom: 4px;
}

.thredcf .text-primary {
    color: #ff6820 !important;
    background: linear-gradient(90deg, #ff6820 0%, #e16309 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
}

.single-box ul li h4 span::before {
    position: relative;
    display: inline-block;
    color: #ff6820;
    font-size: 16px;
    top: 2px;
    padding-right: 10px;
}

/*.icon-tick:before {*/
/*    content: "\f00c";*/
/*}*/

.services-one.nitro3 {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 60px 0px 0px 0px;
    z-index: 1;
}

.nitro3 .services-one__single-content h2 a {
    color: #123316;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    /* font-family: managed globally */
    text-transform: capitalize;
}

.nitro3 .services-one__single {
    position: relative;
    display: block;
    background: #ffffff;
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 50px 45px 41px;

    width: 100%;
    margin: 0 auto 30px;
    overflow: hidden;
    z-index: 1;
}

.nitro3 .services-one__single .shape1 {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.12;
    z-index: 1;
}

.nitro3 .services-one__single .shape2 {
    position: absolute;
    top: 0;
    left: -25px;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
    -webkit-transition: all 900ms ease;
    transition: all 900ms ease;
}

.nitro3 .services-one__single-img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.nitro3 .services-one__single-img:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.7s;
    transition-property: all;
    background: rgba(var(--thm-base-rgb), 0.5);
    opacity: 0;
    z-index: 1;
    content: "";
}
.nitro3 .services-one__single-img-bg {
    position: absolute;
    left: 0;
    right: -1px;
    bottom: -1px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
    z-index: 5;
    overflow: hidden;
}

.nitro3 .services-one__single-img .overlay-icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    bottom: -15px;
    right: 0;
    width: 120px;
    height: 120px;
    background: #ffffff;
    border-radius: 10px;
    z-index: 10;
    margin: 0 auto;
    opacity: 0;
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-transition: all 900ms ease;
    transition: all 900ms ease;
}

.nitro3 .gradient-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 750px;
    height: 600px;
    border-radius: 50%;
    background-image: -moz-radial-gradient(
        50% 50%,
        circle closest-side,
        rgb(121, 184, 35) 44%,
        rgb(255, 255, 255) 100%
    );
    background-image: -webkit-radial-gradient(
        50% 50%,
        circle closest-side,
        rgb(121, 184, 35) 44%,
        rgb(255, 255, 255) 100%
    );
    background-image: -ms-radial-gradient(
        50% 50%,
        circle closest-side,
        rgb(121, 184, 35) 44%,
        rgb(255, 255, 255) 100%
    );
    opacity: 0.2;
    margin: 0 auto;
    z-index: -1;
}

.nitro3 .services-one__single-img img {
    width: 100%;
}
.nitro3 .shape1 img {
    width: 100%;
}

.solutions1 {
    background-color: #ffffff;
    padding-top: 0rem !important;
    padding-bottom: 2rem !important;
}

.solutions1 .col-lg-12 {
    text-align: center;
}
.solutions1 .features-one__single {
    position: relative;
    display: block;
    padding-bottom: 25px;
}

.solutions1 .text-center {
    text-align: center !important;
    height: 100%;
    cursor: pointer;
}
.solutions1 .features-one__single-inner {
    position: relative;
    display: block;
    background: #ffffff;
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, 0.05);
    padding: 42px 10px 49px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: 6px solid #fbfbfb;
    z-index: 1;
    height: 100%;
}

.solutions1 .features-one__single .count-box {
    position: absolute;
    left: 0px;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 47px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    background: #ffffff;
    box-shadow: 0px 2px 30px 0px rgb(9, 24, 84, 0.08);
    color: #878c8f;
    border-radius: 50%;
    /* font-family: managed globally */
    font-weight: 700;
    z-index: 1;
    transition: all 400ms linear;
    transition-delay: 0.1s;
}
.solutions1 .count-box.counted img {
    width: 40px;
    margin: auto;
    line-height: 0px;
}
.solutions1 .features-one__single-inner::before {
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    transform: scaleX(0.5) rotateX(0deg);
    transition: all 0.4s linear;
    background: #282f34;
    height: 6px;
    opacity: 0;
    content: "";
    z-index: -1;
}
.solutions1 .features-one__single-inner .icon-box {
    position: relative;
    display: block;
    margin-bottom: 24px;
}

.solutions1 .features-one__single-inner .text-box {
    position: relative;
    display: block;
}

.solutions1 .features-one__single-inner .text-box h2 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 400;
    text-transform: uppercase;
}
.solutions1 .features-one__single-inner .text-box p {
    margin: 0;
}

/*.solutions1 .features-one__single .count-box::before {
    counter-increment: count;
    content: "" counter(count);
}*/
.solutions1 .features-one__single .count-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ff6820;
    border-radius: 50%;
    transform: scale(0.5);
    opacity: 0;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: -1;
}

.solutions1 .features-one__single:hover .features-one__single-inner::before {
    transform: scaleX(1) rotateX(0deg);
    transition: all 0.4s linear;
    opacity: 1;
}

.solutions1 .features-one__single-inner::before {
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    transform: scaleX(0.5) rotateX(0deg);
    transition: all 0.4s linear;
    background: #282f34;
    background: linear-gradient(90deg, #ff6820 0%, #e16309 100%);
    height: 6px;
    opacity: 0;
    content: "";
    z-index: -1;
}

.solutions1 .features-one__single:hover .count-box::after {
    transform: scale(1);
    opacity: 1;
}
.solutions1 .features-one__single .count-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ff6820;
    border-radius: 50%;
    transform: scale(0.5);
    opacity: 0;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: -1;
}

.solutions1 .features-one__single:hover .count-box img {
    filter: brightness(10.5);
    transform: rotate(90deg);
}

.solutions1 .icon-shovels img {
    width: 100px;
}

.contact1 .btn-lg-square {
    width: 53px;
    height: 53px;
    padding: 5px !important;
}

.team-details {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 20px 0px 40px;
    z-index: 5;
}
.team-details__content {
    position: relative;
    display: block;
    margin-right: 40px;
}
.team-details__content .title-box {
    position: relative;
    display: block;
    margin-bottom: 10px;
}
.team-details__content .title-box h2 {
    color: var(--thm-black);
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: var(--thm-font);
    margin-bottom: 12px;
}
.team-details__content .title-box p {
    font-size: 18px;
    margin-bottom: 10px;
}
.team-details__content-text1 {
    margin-bottom: 29px;
}
.team-details__right {
    position: relative;
    display: block;
}
.team-details__right-single {
    position: relative;
    display: block;
}
.team-details__right-single.mb40 {
    margin-bottom: 40px;
}
.team-details__right-single-img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
.team-details__right-single-img img {
    width: 100%;
}
/*! CSS Used from: https://unicktheme.com/gardnma/assets/css/responsive.css */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team-details__content {
        margin-right: 0px;
    }
    .team-details__right-single {
        max-width: 500px;
        width: 100%;
        margin: 0 auto 40px;
    }
    .team-details__right {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 35px;
    }
    .team-details {
        padding: 120px 0px 80px;
    }
}
@media only screen and (max-width: 767px) {
    .team-details__content {
        margin-right: 0px;
    }
    .team-details__right-single {
        max-width: 500px;
        width: 100%;
        margin: 0 auto 40px;
    }
    .team-details__right {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 35px;
    }
    .team-details {
        padding: 120px 0px 80px;
    }
}

.mycorrhiza .wixui-rich-text__text {
    font-size: 18px !important;
    margin-bottom: 10px;
}

.mycorrhiza .img-border {
    min-height: 400px;
}

.mycorrhiza2 .team-details__content {
    position: relative;
    display: block;
    margin-right: 0px;
    margin-left: 40px;
}

.mycorrhiza2 {
    background: #fafafa;
    padding: 60px 0px 10px;
}

.img-border::before {
    border: 5px solid #2eb847;
}

.mycorrhiza3 .display-5.mb-0 {
    text-align: center;
    margin-bottom: 25px !important;
}

.mycorrhiza3 .text-primary {
    color: #ff6820 !important;
    font-weight: 500;
    background: linear-gradient(90deg, #ff6820 0%, #e16309 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mycorrhiza3 .testimonials-three__left-list {
    position: relative;
    display: flex;
    align-items: flex-start;
    background: #ff6820;
    border-radius: 10px;
    padding: 20px 20px 20px;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    margin-bottom: 15px;
    height: 100%;
}

.mycorrhiza3 .shape1 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    opacity: 1;
    z-index: -1;
}

.mycorrhiza3 .text-box p {
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: -0.02em;
    margin-bottom: 0rem;
    margin: auto;
}
.mycorrhiza3 .text-box {
    position: relative;
    display: block;
    margin-left: 20px;
}
.mycorrhiza3 .icon-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
}

.mycorrhiza3 .icon-tick {
    /* font-family: managed globally */
    font-weight: 600 !important;
    color: #268b29 !important;
    width: 40px;
    text-align: center;
}

.team-details.mycorrhiza3 {
    padding: 40px 0px 15px;
}

.mycorrhiza3 h4 {
    color: #ffffff;
    margin-bottom: 0.2rem;
}

.mycorrhiza3 .col-xl-4.col-lg-4 {
    margin-bottom: 20px;
}

.mycorrhizaB .wixui-rich-text__text {
    margin-bottom: 5px;
}

.mycorrhizaB .team-details__content-text1 {
    padding-left: 20px;
}

.mycorrhizaBio .font_8.wixui-rich-text__text {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mycorrhizaBio .wixui-rich-text__text {
    font-size: 18px !important;
    margin-bottom: 2px;
}

.mycorrhiza233 .icon-box {
    width: 70px;
    height: 70px;
}
.mycorrhiza233 .icon-box img {
    width: 55px;
    height: 55px;
}
.mycorrhiza233 .icon-tick {
    width: 74px;
}
.mycorrhiza233 .testimonials-three__left-list {
    align-items: center;
}

.mycobac .img-border {
    min-height: 400px;
}

.mycobac2 .testimonials-three__single {
    position: relative;
    display: block;
    box-shadow: rgba(139, 130, 125, 0.06) 0px 0px 40px 0px;
    background: rgb(255, 255, 255);
    border-radius: 20px;
    overflow: hidden;
}

.mycobac2 .testimonials-three__single-inner {
    position: relative;
    display: block;
    text-align: center;
    padding: 20px 30px 10px 30px;
}

.mycobac2 .testimonials-three__single-bottom {
    position: relative;
    display: block;
    text-align: center;
    background: #ff6820;
    padding: 15px 20px;
}

.mycobac2 .testimonials-three__single-bottom p {
    color: rgb(255, 255, 255);
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0rem;
    letter-spacing: 0.1em;
    text-align: center;
}

.mycorrhizanutri .font_8.wixui-rich-text__text {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
}
.mycorrhizanutri .wixui-rich-text__text {
    font-size: 18px !important;
    margin-bottom: 2px;
}

.mycorrhizanutri .img-border {
    min-height: 480px;
}

.read-more {
    /* font-family: managed globally */
    text-transform: uppercase;
    color: #ff6820;
    font-weight: 500;
    background: linear-gradient(90deg, #ff6820 0%, #e16309 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.sv {
    text-align: left;
}

.about-three__content-text2 .single-box ul {
    position: relative;
    display: block;
    padding-left: 0px;
}

.work-process-one .text-primary {
    color: #ff6820 !important;
    font-weight: 500;
    background: linear-gradient(90deg, #ff6820 0%, #ff6820 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bottom .btn a {
    color: #ffffff;
}

.mycorrhiza21 .wixui-rich-text__text {
    font-size: 18px !important;
    margin-bottom: 8px;
}

.team-details.mycorrhiza21 {
    padding: 60px 0px 45px;
}
.bbin .font_8.wixui-rich-text__text {
    font-size: 18px !important;
    margin-bottom: 8px;
}
.olll span.wixui-rich-text__text {
    font-size: 16px !important;
    font-weight: 500 !important;
}
.bbin span.wixui-rich-text__text {
    font-weight: 600;
}
.bionut span.wixui-rich-text__text {
    font-size: 18px !important;
}
.bionut p.font_8.wixui-rich-text__text {
    margin-bottom: 8px;
    line-height: 25px;
}
.biodix {
    padding: 20px 30px 15px 25px;
    border-radius: 15px;
    background: linear-gradient(176deg, #ff6820 0%, #e16309 100%);
    color: #fff;
}
.mycobac22 span.wixui-rich-text__text {
    font-size: 18px !important;
}
.mycobac22 p.font_8.wixui-rich-text__text {
    margin-bottom: 5px;
    line-height: 25px;
}
.mycghgh .team-details__content {
    position: relative;
    display: block;
    margin-right: 40px;
    margin-left: 0px;
}
.hgo p.font_8.wixui-rich-text__text {
    margin-bottom: 10px;
    line-height: 25px;
}
.fogo span.wixui-rich-text__text {
    font-size: 18px !important;
}
.fogo p.font_8.wixui-rich-text__text {
    margin-bottom: 8px;
}

.gnbnv h3 {
    background: linear-gradient(90deg, #ff6820 0%, #e16309 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    /* font-family: managed globally */
}

.df .text-primary {
    color: #ff6820 !important;
    font-weight: 500;
    background: linear-gradient(90deg, #ff6820 0%, #e16309 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sec-title__title {
    font-size: 3rem;
    /* font-family: managed globally */
    font-weight: 500;
}
.blog-two {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 55px 0px 25px !important;
    z-index: 1;
}
.blog-two__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.blog-two__single-img {
    position: relative;
    display: block;
    overflow: hidden;
    height: 415px;
}
.blog-two__single-img::before {
    position: absolute;
    top: 0%;
    left: 0%;
    bottom: 0%;
    right: 0%;
    content: "";
    background-color: rgba(var(--thm-base-rgb), 0.7);
    transform: scaleY(1);
    opacity: 0;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.7s;
    transition-property: all;
    z-index: 1;
}
.blog-two__single:hover .blog-two__single-img::before {
    opacity: 0.7;
    transform: scaleY(1);
}
.blog-two__single-img img {
    width: 100%;
    transform: scale(1);
    transition: all 0.3s ease-in-out 0.1s opacity 0.2s ease-in;
}
.blog-two__single:hover .blog-two__single-img img {
    transform: scale(1.1) rotate(1deg);
}
.blog-two__single-content {
    position: relative;
    display: block;
    padding-top: 40px;
    margin-top: -130px;
    margin-right: 35px;
    z-index: 6;
    height: 310px;
}
.blog-two__single-content .inner {
    position: relative;
    display: block;
    background: #ffffff;
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, 0.05);
    padding: 30px 25px 20px;
    border: solid 2px #2d8c22;
    height: 100%;
}
.blog-two__single-content h2 {
    position: relative;
    font-size: 26px;
    line-height: 32px;
    font-weight: 500;
    padding-bottom: 15px; /* font-family: managed globally */
}
.blog-two__single-content h2::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 4px;
    background: var(--thm-primary);
    content: "";
}
.blog-two__single-content h2 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.blog-two__single-content h2 a:hover {
    color: var(--thm-base);
}
.blog-two--services {
    padding-top: 0;
}
/*! CSS Used from: https://unicktheme.com/gardnma/assets/css/responsive.css */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-two__single-content h2 {
        font-size: 23px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-two__single-content h2 {
        font-size: 21px;
    }
    .blog-two__single-content h2 br {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .sec-title h2 {
        font-size: 35px;
        line-height: 1.2em;
    }
    .sec-title__tagline h6 {
        font-size: 20px;
    }
    .blog-two__single {
        max-width: 500px;
        width: 100%;
        margin: 0 auto 30px;
    }
    .blog-two__single-content h2 br {
        display: none;
    }
    .blog-two__single-content h2 {
        font-size: 24px;
    }
}

.products .stock a {
    color: #ff6820 !important;
    font-weight: 600;
    font-size: 18px;
    background: linear-gradient(90deg, #ff6820 0%, #e16309 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

h3 {
    /* font-family: managed globally */
    font-weight: 500;
}

.mycorrhizagr .img-border {
    min-height: 540px;
}

.inner-header .display-4 {
    font-size: 3rem;
}
.fa.fa-envelope.text-primary.me-2 {
    color: #ffffff;
}

.note_list {
    position: relative;
    padding-left: 0rem !important;
}

.note_list li {
    display: none;
}

.notes li.active {
    display: block;
}

.biodix .wixui-rich-text__text::marker {
    color: #ffffff;
}

.blog-page__content {
    position: relative;
    display: block;
}
.blog-page__single {
    position: relative;
    display: block;
    margin-bottom: 40px;
}
.blog-page__single-img {
    position: relative;
    display: block;
}
.blog-page__single-img .date-box {
    position: absolute;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    right: 70px;
    bottom: -20px;
    width: 70px;
    height: 70px;
    border-radius: 5px;
    background: linear-gradient(90deg, #ff6820 0%, #e16309 100%);
    z-index: 3;
}
.blog-page__single-img .date-box h4 {
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    font-family: var(--thm-font);
    margin-bottom: 0rem;
}
.blog-page__single-img .inner {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
.blog-page__single-img .inner::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.7s;
    transition-property: all;
    background: rgba(var(--thm-black-rgb), 0.5);
    opacity: 0;
    z-index: 1;
    content: "";
}
.blog-page__single:hover .blog-page__single-img .inner::before {
    opacity: 1;
}
.blog-page__single-img .inner img {
    width: 100%;
    transition: 0.5s ease;
    transform: scale(1.05);
}
.blog-page__single:hover .blog-page__single-img .inner img {
    transform: scale(1);
}
.blog-page__single-content {
    position: relative;
    display: block;
    margin-top: 27px;
}
.blog-page__single-content .meta-box {
    position: relative;
    display: block;
    margin-bottom: 11px;
}
.blog-page__single-content .meta-box li {
    position: relative;
    display: inline-block;
    margin-right: 35px;
}
.blog-page__single-content .meta-box li:last-child {
    margin-right: 0;
}
.blog-page__single-content .meta-box li a {
    position: relative;
    display: block;
    color: var(--thm-gray);
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.blog-page__single-content .meta-box li a:hover {
    color: var(--thm-primary);
}
.blog-page__single-content ul li a i::before {
    position: relative;
    display: inline-block;
    color: var(--thm-primary);
    font-size: 15px;
    line-height: 15px;
    padding-right: 10px;
}
.blog-page__single-content h2 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 20px;
}
.blog-page__single-content h2 a {
    color: #282f34;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    font-weight: 500; /* font-family: managed globally */
}
.blog-page__single-content h2 a:hover {
    color: var(--thm-primary);
}
.blog-page__single-content .text1 {
    position: relative;
    margin-bottom: 10px;
}
.blog-page__single-content .text2 {
    position: relative;
}
.blog-page__single-content .btn-box {
    position: relative;
    display: inline-block;
    margin-top: 20px;
}
.blog-page__single-content .btn-box a {
    position: relative;
    display: inline-block;
    color: var(--thm-black);
    font-size: 14px;
    line-height: 23px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.blog-page__single-content .btn-box a:hover {
    color: var(--thm-primary);
}
.sidebar {
    position: relative;
    display: block;
}
.sidebar__title {
    position: relative;
    margin: 0;
    font-size: 27px;
    line-height: 37px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 30px;
    padding-left: 40px;
    font-family: var(--thm-font);
    color: #282f34;
}
.sidebar__title::before {
    position: absolute;
    left: 0;
    bottom: 9px;
    height: 2px;
    width: 30px;
    background: #ff6820;
    content: "";
}
.sidebar__post {
    position: relative;
    display: block;
    padding: 42px 30px 42px;
    background-color: #f1f8f1;
}
.sidebar__post-box {
    position: relative;
    display: block;
}
.sidebar__post-single {
    position: relative;
    display: block;
}
.sidebar__post-single + .sidebar__post-single {
    margin-top: 27px;
}
.sidebar-post__img {
    position: relative;
    display: block;
    background: var(--thm-black);
    overflow: hidden;
}
.sidebar-post__img::before {
    content: "";
    position: absolute;
    top: 0%;
    right: 0%;
    width: 0;
    height: 100%;
    background-color: rgba(var(--thm-black-rgb), 0.8);
    border-radius: 0%;
    -webkit-transform: translateX(90%, 90%);
    transform: translateX(90%, 90%);
    opacity: 0.7;
    z-index: 1;
}
.sidebar__post-single:hover .sidebar-post__img::before {
    -webkit-animation: circle 0.95s;
    animation: circle 0.95s;
    opacity: 1;
}
.sidebar-post__img img {
    width: 100%;
    transform: scale(1);
    transition: all 0.3s ease-in-out 0.1s opacity 0.2s ease-in;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.7s;
    transition-property: all;
}
.sidebar__post-single:hover .sidebar-post__img img {
    opacity: 0.7;
    transform: scale(1.1) rotate(1deg);
}
.sidebar__post-content-box {
    position: relative;
    margin-top: 18px;
}
.sidebar__post-content-box h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    font-family: var(--thm-font);
}
.sidebar__post-content-box h3 a {
    color: #282f34;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 600;
}
.sidebar__post-single .sidebar__post-content-box h3 a:hover {
    color: var(--thm-primary);
}
/*! CSS Used from: https://unicktheme.com/gardnma/assets/css/responsive.css */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar {
        max-width: 600px;
        width: 100%;
        margin: 50px auto 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar {
        max-width: 600px;
        width: 100%;
        margin: 50px auto 0px;
    }
}

@media only screen and (max-width: 767px) {
    .sidebar {
        max-width: 600px;
        width: 100%;
        margin: 50px auto 0px;
    }
    .blog-page__single-content .meta-box li {
        margin-right: 10px;
    }
    .blog-page__single-content ul li a i::before {
        padding-right: 5px;
    }
    .blog-page__single-content .meta-box li a {
        font-size: 12px;
    }
    .blog-page__single-content h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .blog-page__single-img .date-box {
        right: 40px;
    }
}

.blog-box-sec {
    padding: 12px 15px 1px 15px;
    background-color: #fafafa;
    margin-bottom: 20px;
    border-bottom: solid 2px #288b27;
}
.blog-box-sec h3 {
    color: #00512c;
}
.blog-box-sec li::marker {
    color: #388d18;
}

.dropdown-item.active,
.dropdown-item:active {
    background: linear-gradient(90deg, #fe9d58 0%, #de3985 100%);
}

.hgo .wixui-rich-text__text::marker {
    color: #ffffff;
}

.video22 {
    display: none;
}
.footer-logo {
    width: 200px;
    margin-bottom: 10px;
}

.nitrogen2.secbg-gray .col-lg-7.wow.fadeInUp {
    margin: auto;
}
/*.lb-data .lb-close {top: -4%; right: 29%;}*/

/*
.fredoka-alok {
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}*/

/*
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { 
    font-family: inherit;
    color: #123316 !important;
 }
.display-4 { font-weight: 500;}
*/

@media (min-width: 1681px) and (max-width: 1920.98px) {
    #myVideo {
        object-fit: fill;
    }
    .hersec .owl-carousel-item img.img-fluid {
        height: 675px !important;
    }
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl {
        max-width: 90%;
    }
    .about-style-four-info .thumb > img {
        width: 100%;
    }
    .about-style-four-info .about-four-list li h4 {
        font-size: 32px;
    }
    .about-style-four-info .about-four-list li img {
        height: 82px;
        margin-bottom: 35px;
    }
    .about-style-four-info .about-four-list li {
        padding: 37px 35px;
    }
}

@media (min-width: 1441px) and (max-width: 1680.98px) {
    #myVideo {
        object-fit: fill;
    }
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl {
        max-width: 91.5%;
    }
    .about-style-four-info .thumb > img {
        width: 100%;
    }
    .about-style-four-info .clients-card::after {
        right: 0px;
    }
    .about-style-four-info .about-four-list li {
        padding: 55px 30px;
    }
}

@media (min-width: 1367px) and (max-width: 1440.98px) {
    #myVideo {
        object-fit: fill;
    }
    .products .meta {
        padding-top: 7px;
    }
    .blog-two__single-content .inner {
        padding: 20px 20px 20px;
    }
}

@media (min-width: 1281px) and (max-width: 1366.98px) {
    #myVideo {
        object-fit: fill;
    }
    .about-style-four-info .about-four-list li {
        padding: 20px;
    }
    .products .meta {
        padding-top: 7px;
    }
    .blog-two__single-content .inner {
        padding: 20px 20px 20px;
    }
}

@media (min-width: 1200px) and (max-width: 1280.98px) {
    #myVideo {
        object-fit: fill;
    }
    .products .info {
        padding: 15px;
    }
    .blog-two__single-content .inner {
        padding: 20px 20px 20px;
    }
    .about-style-four-info .about-four-list li {
        padding: 20px;
    }
    .products .meta {
        padding-top: 7px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .work-process-one .row .col-xl-3.col-lg-3.col-md-6.wow.fadeInLeft.animated {
        position: unset !important;
    }
    .work-process-one
        .row
        .col-xl-3.col-lg-3.col-md-6.wow.fadeInRight.animated {
        position: unset !important;
    }
    .work-process-one .row.filter-layout.masonary-layout {
        display: flex;
        flex-wrap: wrap;
        height: 100% !important;
    }
    .top-header .col-lg-7.px-5.text-start {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .top-header .col-lg-5.px-5.text-end {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .navbar.sticky-top {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .hersec .owl-carousel-item img.img-fluid {
        height: unset !important;
    }
    .header-bg a.btn.btn-primary.py-sm-3.px-3.px-sm-5.me-5 {
        margin-right: 1rem !important;
    }
    #myVideo {
        object-fit: fill;
    }
    .ser-box {
        padding: 25px 15px 25px 15px;
    }
    .contact-form-style-one {
        padding: 30px 25px;
    }
    .blog-two__single-content {
        margin-right: 0px;
        height: unset;
    }
    .blog-two__single-content .inner {
        padding: 20px 20px 20px;
    }
    .products .info {
        height: 225px;
    }
    #myVideo {
        object-fit: fill;
    }
}

@media (min-width: 1000px) and (max-width: 1030.98px) {
    .img-border img {
        object-fit: contain;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .hersec .row.g-0.flex-column-reverse.flex-lg-row {
        flex-direction: column !important;
    }
    .work-process-one .row .col-xl-3.col-lg-3.col-md-6.wow.fadeInLeft.animated {
        position: unset !important;
    }
    .work-process-one
        .row
        .col-xl-3.col-lg-3.col-md-6.wow.fadeInRight.animated {
        position: unset !important;
    }
    .work-process-one .row.filter-layout.masonary-layout {
        display: flex;
        flex-wrap: wrap;
        height: 100% !important;
    }
    .contact-shape {
        display: none;
    }
    .work-process-one .shape1 {
        display: none;
    }
    #myVideo {
        height: 100%;
        background-color: #2b170b;
    }

    .contact-style-one-area.overflow-hidden.half-shape-top.default-padding-bottom
        .pt-220 {
        padding-top: 10px;
    }
    .contact-style-one-info ul {
        margin-bottom: 30px;
    }
    .contact-form-style-one {
        padding: 30px 25px;
    }
    .blog-two__single-content {
        margin-right: 0px;
        height: unset;
    }
    .blog-two__single-content .inner {
        padding: 15px 15px 15px;
    }
    .blog-two__single a.animal-item {
        height: 345px;
    }
    .testimonial-carousel .owl-item.center .testimonial-text {
        padding: 15px 15px !important;
    }
    .video2 {
        display: none;
    }
    .video22 {
        display: block;
    }
    #myVideo {
        object-fit: fill;
    }
}

@media (max-width: 991.98px) {
    .video-vof {
        height: 250px !important;
    }
    #myVideo {
        object-fit: fill;
    }
}

@media (max-width: 950.98px) {
    .video-vof {
        height: 235px !important;
    }
    #myVideo {
        object-fit: fill;
    }
}

@media (max-width: 900.98px) {
    .video-vof {
        height: 210px !important;
    }
    #myVideo {
        object-fit: fill;
    }
}

@media (max-width: 850.98px) {
    .video-vof {
        height: 180px !important;
    }
    #myVideo {
        object-fit: fill;
    }
}

@media (max-width: 800.98px) {
    .video-vof {
        height: 155px !important;
    }
    #myVideo {
        object-fit: fill;
    }
}

@media (max-width: 768.98px) {
    .video-vof {
        height: 140px !important;
    }
    #myVideo {
        object-fit: fill;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .hersec .row.g-0.flex-column-reverse.flex-lg-row {
        flex-direction: column !important;
    }
    .work-process-one .row .col-xl-3.col-lg-3.col-md-6.wow.fadeInLeft.animated {
        position: unset !important;
    }
    .work-process-one
        .row
        .col-xl-3.col-lg-3.col-md-6.wow.fadeInRight.animated {
        position: unset !important;
    }
    .work-process-one .row.filter-layout.masonary-layout {
        display: flex;
        flex-wrap: wrap;
        height: 100% !important;
    }
    .video-vof {
        height: 195px;
    }
    #myVideo {
        height: 100%;
        background-color: #2b170b;
    }
    .header-bg.h-100.d-flex.flex-column.justify-content-center.p-5 {
        padding-top: 0px !important;
    }
    .video-vof {
        height: 240px;
    }
    .contact-style-one-area.overflow-hidden.half-shape-top.default-padding-bottom
        .pt-220 {
        padding-top: 10px;
    }
    .products .info {
        display: flex;
        padding: 15px;
        height: 235px;
    }
    .nitro3 .gradient-bg {
        display: none;
    }
    #myVideo {
        object-fit: fill;
    }
}

@media (min-width: 320px) and (max-width: 575.98px) {
    .hersec .banner-btn {
        padding: 10px 1px !important;
        font-size: 14px;
        margin-right: 0.4rem !important;
    }

    #myVideo {
        object-fit: fill;
    }
    .work-process-one .row .col-xl-3.col-lg-3.col-md-6.wow.fadeInLeft.animated {
        position: unset !important;
    }
    .work-process-one
        .row
        .col-xl-3.col-lg-3.col-md-6.wow.fadeInRight.animated {
        position: unset !important;
    }
    .work-process-one .row.filter-layout.masonary-layout {
        display: flex;
        flex-wrap: wrap;
        height: 100% !important;
    }
    .navbar-toggler {
        border: 1px solid #298c26;
    }
    .navbar-toggler {
        background: #fff !important;
    }
    .navbar-light .navbar-toggler {
        border-color: rgb(43 139 36);
    }
    .hersec .row.g-0.flex-column-reverse.flex-lg-row {
        flex-direction: column !important;
    }
    .video-vof {
        height: 195px;
    }
    #myVideo {
        height: 100%;
        background-color: #553a19;
    }
    .header-bg.h-100.d-flex.flex-column.justify-content-center.p-5 {
        height: 270px !important;
    }
    .about-style-four-info .about-four-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        border: none;
        gap: 15px;
        overflow: inherit;
    }
    .about-style-four-info .about-four-list li {
        padding: 15px;
    }
    .about-style-four-info .about-four-list li img {
        margin-bottom: 20px;
    }
    .header-carousel2 .owl-nav {
        transform: translateX(-48%);
    }
    .about-style-four-info .thumb > img {
        width: 100%;
    }
    .products2 .header-carousel2 .col-lg-3 {
        padding-right: 0px;
    }
    .back-to-top {
        width: 45px;
        height: 45px;
    }
    .testimonial-carousel .owl-nav {
        display: none;
    }
    .service .bg-primary.h-100.d-flex.align-items-center.py-4.px-4.px-sm-5 {
        padding: 15px 15px !important;
    }
    .service
        .bg-primary.h-100.d-flex.align-items-center.py-4.px-4.px-sm-5
        .ms-4 {
        margin-left: 10px !important;
    }
    .service
        .bg-primary.h-100.d-flex.align-items-center.py-4.px-4.px-sm-5
        h2.text-white.mb-0 {
        font-size: 22px;
    }
    .blog-style-one .thumb img {
        margin-bottom: 5px;
    }
    .blog-style-one .info {
        padding: 10px 20px 20px 20px;
    }
    .inner-header .display-4 {
        font-size: 3rem;
        margin-bottom: 1px !important;
    }
    .inner-header:before {
        right: 0% !important;
    }
    .inner-header {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
        margin-bottom: 0rem !important;
    }
    .img-border img {
        top: 20px;
        left: 20px;
        width: calc(100% - 20px);
    }
    .img-border {
        min-height: 350px;
    }
    .features-two__single-content .inner {
        padding: 40px 25px 25px;
    }
    .nitrogen2.secbg-gray .footer-one__right-bottom.wow.fadeInUp.animated {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-content: center;
        align-items: center;
    }
    .nitrogen2.secbg-gray h2 {
        font-size: 30px;
    }
    .nitrogen2.secbg-gray ul.social-links {
        padding-left: 0rem;
    }
    .nitro3 .services-one__single {
        padding: 15px 15px 10px;
    }
    .container-xxl.py-5.service .img-border {
        min-height: 265px;
        margin-top: 20px;
    }
    .container-xxl.py-5.service .ser-box {
        padding: 20px 15px 15px 15px;
    }
    .solutions1 .col-lg-12 {
        text-align: center;
        padding-top: 20px;
    }
    .team-details.mycorrhiza.mycorrhizagr {
        padding: 60px 0px 30px;
    }
    .team-details.mycorrhiza.mycorrhizagr .team-details__right-single.mb40 {
        margin-bottom: 1px;
    }
    .mycorrhizagr .img-border {
        min-height: 400px;
    }
    .mycorrhiza3 .testimonials-three__left-list {
        display: grid;
    }
    .mycorrhiza3 .text-box {
        margin-left: 0px;
    }
    section.team-details.mycorrhiza.mycorrhizaB {
        padding: 60px 0px 10px;
    }
    section.team-details.mycorrhiza.mycorrhizaBio {
        padding: 60px 0px 10px;
    }
    .mycorrhiza2 .team-details__content {
        margin-left: 0px;
    }
    .team-details.mycorrhiza21 .wixui-rich-text__text::marker {
        color: #fff;
    }
    .biodix {
        padding: 20px 20px 15px 15px;
        margin-bottom: 20px;
    }
    .gnbnv .wixui-rich-text__text::marker {
        color: #268b29 !important;
    }
    section.team-details.mycorrhiza.mycobac {
        padding: 60px 0px 10px;
    }
    section.team-details.mycorrhiza2.mycobac22.mycghgh .team-details__content {
        margin-left: 0px;
        margin-right: 0px;
    }
    .col-xl-5.col-lg-5.hgo
        .team-details__content-text1
        .wixui-rich-text__text::marker {
        color: #fff;
    }
    section.team-details.mycorrhiza.mycorrhizanutri {
        padding: 60px 0px 0px;
    }
    .wixui-rich-text__text::marker {
        color: #268b29;
    }
    .team-details.mycorrhiza21 .wixui-rich-text__text::marker {
        color: #268b29;
    }
    .cropifc .wixui-rich-text__text::marker {
        color: #268b29;
    }
    .sidebar__post {
        padding: 29px 20px 20px;
    }
    .sidebar {
        margin: 20px auto 0px;
    }
    .container-xxl.py-5.contact1 .h-100.bg-light.d-flex.align-items-center.p-5 {
        padding: 1rem !important;
        display: flex;
        flex-direction: column;
    }
    .container-xxl.py-5.contact1 .ms-4 {
        margin-left: 0rem !important;
    }
    .btn-play:after {
        width: 45px;
        height: 45px;
    }
    .btn-play:before {
        width: 45px;
        height: 45px;
    }
    .btn-play {
        padding: 12px 20px 12px 15px;
    }
    .btn-play span {
        left: 4px;
    }
    .nitro3 .gradient-bg {
        display: none;
    }
    .nitrogen .row.g-5 {
        --bs-gutter-x: 1rem;
    }
    .features-two__single-content .inner .content-box .title::before {
        display: none;
    }
}

@media (min-width: 320px) and (max-width: 510.98px) {
    #myVideo {
        object-fit: fill;
    }
    .about-style-four-info .about-four-list {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        border: none;
        gap: 15px;
        overflow: inherit;
    }
    .navbar.navbar-expand-lg.bg-white.navbar-light.sticky-top.py-lg-0.px-4.px-lg-5.wow.fadeIn {
        padding-right: 0.7rem !important;
        padding-left: 0.7rem !important;
    }
    .header-bg.h-100.d-flex.flex-column.justify-content-center.p-5 {
        padding: 32px 10px 32px 16px !important;
    }
    .video-vof {
        height: 0px;
    }
    .navbar-toggler {
        padding: 0.25rem 0.25rem;
    }
    .hersec .owl-carousel-item img.img-fluid {
        height: 315px !important;
    }
    .contact-style-one-area.overflow-hidden.half-shape-top.default-padding-bottom
        .pt-220 {
        padding-top: 0px;
    }
    .display-5 {
        font-size: 32px;
    }
    .header-carousel2 .owl-nav {
        transform: translateX(-50%);
    }
    .products .card {
        width: 100%;
    }
    .container-xxl.py-5.products .owl-item.active {
        margin-right: 10px !important;
    }
    .header-carousel2 .owl-next {
        position: relative;
        left: 6%;
    }
    .header-carousel2 .owl-prev {
        position: relative;
        left: -6%;
    }
    .products .btn {
        width: 50%;
    }
    .products .bottom {
        flex-direction: row;
        align-items: center;
        gap: 10px;
        display: flex;
        flex-wrap: wrap;
    }
    .header-carousel2 .owl-nav .owl-prev,
    .header-carousel2 .owl-nav .owl-next {
        width: 30px;
        height: 30px;
        font-size: 20px;
    }
    .products .info {
        padding: 15px;
    }
    .products .rating {
        gap: 0px;
    }
    .ser-box {
        padding: 30px 15px 30px 20px;
    }
    .contact-form-style-one {
        padding: 35px 25px;
    }
    .col-lg-3.col-md-6 .position-relative.mx-auto .btn {
        width: 94%;
    }
    .back-to-top {
        right: 5px;
        bottom: 32px;
        width: 35px;
        height: 35px;
    }
    .clients-card img {
        height: 42px;
        width: 42px;
    }
    .about-style-four-info .clients-card {
        padding: 10px 0px 0px 10px;
    }
    .blog-two__single-content {
        margin-right: 0px;
        z-index: 6;
        height: 100%;
    }
    .blog-two__single-img {
        height: unset;
    }
    .blog-two__single-content {
        padding-top: unset;
        margin-top: unset;
    }
    .blog-two__single-content .inner {
        padding: 20px 20px 20px;
    }
    .left-heading h2 {
        font-size: 32px;
    }
    .contact-style-one-info h2 {
        font-size: 32px;
    }
    .contact-stye-one .title {
        font-size: 25px;
    }
    .sec-title h2 {
        font-size: 32px;
    }
}

